golang.org/x/tools/go/packages.jsonPackage.ImportPath (field)
11 uses
golang.org/x/tools/go/packages (current package)
golist.go#L359: ImportPath string
golist.go#L437: if p.ImportPath == "" {
golist.go#L458: if filepath.IsAbs(p.ImportPath) && p.Error != nil {
golist.go#L459: pkgPath, ok, err := state.getPkgPath(p.ImportPath)
golist.go#L464: p.ImportPath = pkgPath
golist.go#L468: if old, found := seen[p.ImportPath]; found {
golist.go#L490: return nil, fmt.Errorf("internal error: go list gives conflicting information for package %v", p.ImportPath)
golist.go#L510: if importingPkg == old.ImportPath {
golist.go#L535: seen[p.ImportPath] = p
golist.go#L539: ID: p.ImportPath,
golist.go#L733: return len(p.Error.ImportStack) == 0 || p.Error.ImportStack[len(p.Error.ImportStack)-1] == p.ImportPath
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)